GetSourceOrderHighlightObjectForTestResponse

data class GetSourceOrderHighlightObjectForTestResponse(highlight: JsonElement)

Represents response frame that is returned from Overlay#getSourceOrderHighlightObjectForTest operation call. For Source Order Viewer testing.

See also

Constructors

fun GetSourceOrderHighlightObjectForTestResponse(highlight: JsonElement)

Properties

highlight
Link copied to clipboard
val highlight: JsonElement
Source order highlight data for the node id provided.

Sources

jvm source
Link copied to clipboard